/* Feuille de style pour l'impression des textes du e-dhs */
/* La feuille de style de l'interface est style.css */

body {
	font-family: "Verdana", "Geneva", "Arial", "helvetica", sans-serif; 
	font-size: 12px;
	background-color: white;
	color: black;
	margin: 1px;
	padding: 0px;
}

body.correct {
	margin: 5px;
}

a { 
	background-color: white;
	color: black;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------- */

div#barlang {
	display: none;
}

div#barlang ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	border: none;
}

div#barlang li {
	display: inline;
	margin: 0px;
	border: none;
}

div#barlang img {
	vertical-align: middle;
	margin-right: 1px;
	border: none;
}

/* ---------------------------------------------------------------------- */

div.texte {
	position: relative;
	display: block;
	width: 600px;	/* dim */
	min-height: 500px;  /* IE does not support min-height */
	height: 500px;	/* for IE */
	margin: 0px 0px 0px 0px; /* dim */
	padding: 15px 10px 30px 10px;
	line-height: 135%;
	border-left: 1px solid #cccccc;
}

html>body div.texte {
	height: auto;	/* for other than IE */
}

h1.tart {
	display: inline;
	clear: right;
	margin: 15px 0px 15px 0px;
	text-align: left;
	font-size: 140%;
	font-weight: bold; 
}

div.renvoi {
	display: inline;
	clear: right;
	margin: 15px 0px 15px 0px;
	text-align: left;
	font-size: 140%;
	font-weight: bold; 	
}

div.texte img {
	border: none;
}

div.texte a {
	background-color: white;
	color: black;
	text-decoration: underline;
}

div#margin {
	display: none;
}

div#leftmargin {
	display: none;
}

div#langlinks {
	display: none;
}

div.langlink {
	display: none;
}

a.langlink {
	font-size: 80%;
	font-weight: bold;
	line-height: 200%;
}

div.marginlinks {
	padding-top: 50px;
	border-bottom: 1px solid #cccccc;
}

div.marginlink {
	display: block;
	padding-left: 11px;
	font-size: 95%;
	font-weight: bold;
	line-height: 150%;
	border-top: 1px solid #cccccc;
}

div#autversion {
	clear: left;
	margin: 0px 2px 10px 0px;
}
div#correct {
	float: right;
	clear: right;
	margin: 10px 2px 0px 0px;
}

span.prtbut { 
	display: none;
}

div#datmaj {
	float: right;
	margin: 0px 2px 0px 0px;
}

div.print {
	float: right;
	margin: 0px 2px 0px 0px;
}

div.nofam {
	display: block;
	width: 50px;
	margin-top: 10px;
}

div#headlinks {
	padding-bottom: 20px;
	margin-bottom: 3px;
	border-bottom: 1px solid #cccccc;
}

div#prevnext {
	width: 600px; /* dim */
	height: 40px;
 	margin-top: 10px;
 	padding-top: 2px;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
}

div#prev {
	 display: inline;
	 padding-top: 10px;
	 float: left;
	 font-weight: bold;
}

div#prev img {
	 vertical-align: middle;
	 border: none;
}

div#next {
	 display: inline;
	 padding-top: 10px;
	 float: right;
	 font-weight: bold;
}

div#next img {
	 vertical-align: middle;
	 border: none;
}

div.source {
	 float: right;
	 font-style: italic;
}

div.tblcaption {
	font-weight: bold;
	border-top: 1px solid #cccccc;
}

table {	
	display: table;
	font-size: 100%;
}

th { 
	font-style: italic; 
	font-weight: normal; 
	vertical-align: bottom;
}

tr.even {
	 background-color: #ccffff;
	 color: black;
}

div.tblnote {
  font-style: italic;
}

sup {
	font-size: 60%;
}

img#footbar {
	display: none;
}

div#footer {
	width: 800px; /* dim */
}

div#copyright {
	font-size: 78%;
	margin-left: 0px; /* dim */
	width: 600px;	/* dim */
	padding-right: 10px;
	padding-left: 10px;
}

div#url {
	font-size: 78%;
	margin-left: 0px; /* dim */
	width: 600px;	/* dim */
	padding-right: 10px;
	padding-left: 10px;
}

div#tdm {
	border-bottom: 1px solid #cccccc;
}


